<name>Elym</name>
<profession>Herbalist</profession>
<faction>Centaurs</faction>

<dialogue>
  <greeting>
    <reply>
      <if><gold>5000</gold></if>
      <text>The best of thunderstorms cannot compete with a fine explosion from an experiment gone wrong. It's the crown on your job as an alchemist.</text>
      <return>main</return>
    </reply>
    <reply>
      <if><gold>500</gold></if>
      <text>If you are doing your mixing on a boat, the ozon smells purer, or so I am told. I cannot remember if that is before or after the blast.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>Just a quarter of orange today, [gender]?</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Are the recipes always correct?</text>
      <npc>
        <reply>
          <text>I can only say that nobody has ever complained. Now take note that sometimes the order of mixing can make all the difference, so even when you know the right mix, you still need to be accurate.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Can we have a look at what you're offering?</text>
      <npc>
        <reply>
          <if><hour>!8</hour></if>
          <text>Best do that in the blue-white light of day, [gender]. The shop opens at eight.</text>
          <return>main</return> 
        </reply>
        <reply>
          <if><hour>20</hour></if>
          <text>I will be happy to serve you tomorrow, [gender].</text>
          <return>main</return> 
        </reply>
        <reply>
          <text>A rare day this is. Take a look, you won't be disappointed.</text>
          <script><shop>Elym's Fire</shop></script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Shine, master Elym, shine.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>